home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / SICL / data1.cab / sicl32 / vb / samples / misc / form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-03-02  |  878 b   |  30 lines

  1. VERSION 4.00
  2. Begin VB.Form Form1 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H80000005&
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   6210
  7.    ClientLeft      =   870
  8.    ClientTop       =   1530
  9.    ClientWidth     =   6420
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   0
  13.       weight          =   700
  14.       size            =   8.25
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    ForeColor       =   &H80000008&
  20.    Height          =   6570
  21.    Left            =   810
  22.    LinkTopic       =   "Form3"
  23.    ScaleHeight     =   6210
  24.    ScaleWidth      =   6420
  25.    Top             =   1230
  26.    Width           =   6540
  27. Attribute VB_Name = "Form1"
  28. Attribute VB_Creatable = False
  29. Attribute VB_Exposed = False
  30.